home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / s / omp_smexit.rexx < prev    next >
OS/2 REXX Batch file  |  1996-07-16  |  406b  |  15 lines

  1. /* ARexx script run by Startup-menu on exit. Quits OctamedPlayer*/
  2.  
  3. ADDRESS OCTAMEDPLAYER
  4. Stop
  5. Quit
  6.  
  7. /* Or you could do it like this if the above does not work (dosn't with me)
  8.  
  9.   ADDRESS Command "C:Break 3 C"
  10.   
  11.   where 3 is the process number that the player is loaded into. Find out by 
  12.   running OMP at startup with OMP_sminit.Rexx but not this script and then
  13.   use Status in a Shell to determine */
  14.  
  15.